#providerText {
    font-size: 18px !important;
}

#providerTextTwo {
    font-size: 18px !important;
}

form {
    font-size: 16px;
    overflow-x: hidden;
}
.panel-default {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 3px solid #5988B0;
    background-color: #ebebeb;
    min-height: 225px;
    padding: 15px;
}
h1 {
    text-decoration: none;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
h2.card-title {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
p {
    font-family: 'Raleway', sans-serif;
    color: #000;
}

#btn2 {
    margin-top: 32px !important;
}
@media only screen and (max-width: 1024px) {
    #btn2 {
        margin-top: 10px !important;
    }
}
@media only screen and (max-width: 768px) {
h2.card-title {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
p {
    font-size: 14px;
}
}